home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 December / Ultimate Collection of Shareware - Software of the Month Club (December 1998) (Volume 256).ISO / mac / Desktop Publishing / DesignWorks / Design Kits / PCB Shared Items / Error Scripts / PCB Clear OK Errors next >
Text File  |  1996-11-18  |  836b  |  35 lines

  1. {
  2.   Error checking script for Generic PCB Design Kit
  3.   C. Dewhurst, May 13, 1996
  4.   ⌐1996 Capilano Computing Systems Ltd.
  5.   
  6.   This script clear all OKErrors flags
  7.   
  8. }
  9. $CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
  10. $PROGRESS $OFF
  11. {
  12.   Listing defaults
  13. }
  14. $CREATEREPORT($TEMPPATH$DESIGNNAME Errors)
  15. {
  16.   Issue a warning if any devices have no package code
  17. }
  18. $FIND $DEVICES &OKErrors
  19. $DEVICES$CLEARERRORS
  20. $FIND $SIGNALS &OKErrors
  21. $SIGNALS$CLEARERRORS
  22. {
  23.   Write out $TITLE line for ErrorScript window
  24. }
  25. \$TITLE
  26. All Mark as OK flags have been cleared!  Flags were cleared in $DEVCOUNT devices and $SIGCOUNT signals.
  27. {
  28.   Close the report output to the text file.
  29.   All subsequent output will go to ErrorScript as the file name.
  30. }
  31. $CLOSEREPORT
  32. {
  33.   Return report file name for ErrorScript
  34. }
  35. $TEMPPATH$DESIGNNAME Errors